Revision History For File Cleaner:
Release 1.0.1.1 - 11/11/2004 
	- Initial release under the GNU-GPL License.

Release 1.0.1.2 - 11/21/2004
	- Add "winnt" to prohibited folders for Windows 2000 NT professional.

Release 1.0.1.3 - 12/9/2004 
 	- Correct bug found using Windows XP Home due to what I believe is folders set 
	  to '--x--x--x' that is causing crashes due to string overflow. 
	- Corrected some subtle bugs & clean up code using full compiler warnings.
	- Convert all modules to C++ class definitions.
	- Verified that filesizes stay stable during DES wipe.
	- Verified 0xFF, 0x00, and 3 random writes on DES wipe.
	- Converted to fopen/fputc calls instead of ofstream::open and ofstream::put as 
	  they where operating in an inconsistent fashion. This made the exe file
	  substantially smaller as a side benefit.
	- Add estimated time display, and minutes if estimated or elapsed time goes over
	  90 seconds.